@font-face {
  font-family: shangya;
  src: url(../font/RTWSShangYaG0v1_Regular.otf);
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.head {
  max-width: 1200px;
  margin: 0 auto;
}
.head .logo {
  float: left;
  height: 78px;
  line-height: 78px;
  font-size: 0;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
}
.head .right {
  float: right;
}
.head .nav {
  float: left;
}
.head .nav li {
  float: left;
}
.head .nav li a {
  outline: none;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 78px;
  padding: 0 20px;
  transition: all 0.3s ease-out;
}
.head .nav li.on a,
.head .nav li:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}
.head .search {
  float: right;
  margin-left: 18px;
}
.head .search .IMG {
  line-height: 78px;
}
.head .search .img {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #8f9294;
  line-height: 34px;
  font-size: 0;
  cursor: pointer;
}
.head .search .img img {
  display: inline-block;
  vertical-align: middle;
}
.search-input-box {
  display: none;
  width: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 8;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.search-input-box input[type=text] {
  width: 600px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  border: 1px solid transparent;
  transition: all .2s ease-out;
}
.search-input-box input[type=text]:hover,
.search-input-box input[type=text]:focus {
  border-color: #fdb213;
}
.search-input-box input[type=button] {
  width: 110px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #fdb213;
  transition: all .2s ease-out;
}
.search-input-box input[type=button]:hover {
  opacity: .7;
}
.swiper-index {
  width: 100%;
  height: 100%;
}
.swiper-index .swiper-slide {
  position: relative;
}
.swiper-index .slide-on {
  overflow: hidden;
}
.swiper-index .slide-on .title h3 {
  color: #fdb213;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 15vh 0 12px;
}
.swiper-index .slide-on .title h4 {
  color: #3b3433;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 14px;
  text-align: center;
}
.swiper-index .slide-on .title h4 span {
  position: relative;
}
.swiper-index .slide-on .title h4 span:before,
.swiper-index .slide-on .title h4 span:after {
  content: "";
  display: block;
  width: 46px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-index .slide-on .title h4 span:before {
  background: url(../images/icon/icon_left1.png) center / cover no-repeat;
  left: -80px;
}
.swiper-index .slide-on .title h4 span:after {
  background: url(../images/icon/icon_right1.png) center / cover no-repeat;
  right: -80px;
}
.swiper-index .slide-on .title h5 {
  color: #868686;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 0 0 6vh;
}
.swiper-index .pagination-index .swiper-pagination-bullet {
  outline: none;
  position: relative;
  margin: 7px 0;
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  font-size: 0;
}
.swiper-index .pagination-index .swiper-pagination-bullet i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c8c8c8;
}
.swiper-index .pagination-index .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fdb213;
}
.swiper-index .pagination-index .swiper-pagination-bullet-active i {
  background-color: #fff;
  border-color: #fff;
}
.swiper-index .pagination-index .swiper-pagination-bullet-active em {
  display: block;
  width: 100px;
  color: #fdb213;
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.swiper-index .swiper-one-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-index .swiper-one-box .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.swiper-index .swiper-one-box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.swiper-index .swiper-one-box .text h2 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  padding-bottom: 1.9vh;
}
.swiper-index .swiper-one-box .text p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.swiper-index .swiper-one-box .text .con {
  width: 640px;
  margin: 0 auto 6.2vh;
}
.swiper-index .swiper-one-box .text a {
  display: inline-block;
  margin: 0 10px;
  width: 160px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  transition: all 0.3s ease-out;
}
.swiper-index .swiper-one-box .text a:hover {
  opacity: .7;
}
.swiper-index .swiper-one-box .text a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.swiper-index .swiper-one-box .text .liaojie {
  border: 1px solid #fdb213;
  background-color: #fdb213;
}
.swiper-index .swiper-one-box .text .xuanchuan {
  border: 1px solid #fff;
}
.swiper-index .slide-two {
  background: url(../images/i_bg2.jpg) center / cover no-repeat;
}
.swiper-index .slide-two .con {
  width: 840px;
  margin: 0 auto 8vh;
}
.swiper-index .slide-two .con p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 24px;
}
.swiper-index .slide-two ul {
  text-align: center;
  font-size: 0;
}
.swiper-index .slide-two ul li {
  display: inline-block;
  margin: 0 44px;
}
.swiper-index .slide-two ul li a {
  display: block;
}
.swiper-index .slide-two ul .img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 21px;
}
.swiper-index .slide-two ul p {
  color: #282828;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 4px;
}
.swiper-index .slide-two ul span {
  color: #282828;
  font-size: 14px;
  line-height: 1;
}
.swiper-index .slide-three .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/i_bg3.jpg) center / cover no-repeat;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.swiper-index .slide-three .title h4,
.swiper-index .slide-three .title h5 {
  color: #fff;
}
.swiper-index .slide-three .map-search {
  max-width: 1200px;
  margin: 0 auto;
}
.swiper-index .slide-three .map {
  float: left;
  width: 60%;
  height: 540px;
  position: relative;
}
.swiper-index .slide-three .top {
  margin-bottom: 12px;
}
.swiper-index .slide-three .top .txt {
  float: left;
}
.swiper-index .slide-three .top .txt p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.swiper-index .slide-three .top .txt span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.swiper-index .slide-three .top .layui-form-select dl .layui-this {
  background-color: #fdb213 !important;
}
.swiper-index .slide-three .top .layui-input {
  border: none !important;
  border-radius: 0;
}
.swiper-index .slide-three .input-search {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.swiper-index .slide-three .input-search input[type=text] {
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: none;
  padding: 0 42px 0 12px;
}
.swiper-index .slide-three .input-search input::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
}
.swiper-index .slide-three .input-search input:-moz-placeholder {
  color: #858585;
  font-size: 14px;
}
.swiper-index .slide-three .input-search input::-moz-placeholder {
  color: #858585;
  font-size: 14px;
}
.swiper-index .slide-three .input-search input:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
}
.swiper-index .slide-three .input-search input[type=submit] {
  display: block;
  width: 42px;
  height: 44px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon/icon_isea.png) center / auto no-repeat;
}
.swiper-index .slide-three .input-search input[type=submit]:hover {
  opacity: .7;
}
.swiper-index .slide-three .search {
  float: right;
  width: 400px;
}
.swiper-index .slide-three .search .layui-form {
  float: right;
  width: 50%;
}
.swiper-index .slide-three .search-list-box {
  width: 100%;
  height: 438px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 44px 20px 25px;
  position: relative;
  overflow: hidden;
}
.swiper-index .slide-three .search-list-box ::-webkit-scrollbar {
  width: 4px;
}
.swiper-index .slide-three .search-list-box ::-webkit-scrollbar-thumb {
  background-color: #4ca9d9;
}
.swiper-index .slide-three .search-list-box ::-webkit-scrollbar-track {
  background-color: #fff;
}
.swiper-index .slide-three .search-list-box ::-webkit-scrollbar-button {
  display: none;
}
.swiper-index .slide-three .search-list-box h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  line-height: 44px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}
.swiper-index .slide-three .search-list-box .list {
  height: 100%;
  overflow: auto;
  padding-right: 30px;
}
.swiper-index .slide-three .search-list-box .list .li {
  padding: 14px 0;
  border-bottom: 1px dashed #fff;
}
.swiper-index .slide-three .search-list-box .list p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-index .slide-three .search-list-box .list span {
  width: 100%;
  color: #8fd9ff;
  font-size: 14px;
  line-height: 1;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-index .slide-three .search-list-box .list a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  float: right;
}
.swiper-index .slide-four .case-tab {
  padding: 26px 0 7.7vh;
  text-align: center;
  font-size: 0;
}
.swiper-index .slide-four .case-tab .li {
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 32px;
  border-radius: 16px;
  background-color: #f5f5f5;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.swiper-index .slide-four .case-tab .li.on,
.swiper-index .slide-four .case-tab .li:hover {
  background-color: #fdb213;
  color: #fff;
}
.swiper-index .slide-four .case {
  display: none;
  max-width: 1540px;
  margin: 0 auto;
}
.swiper-index .slide-four .case .bo {
  float: left;
  width: 50%;
  height: 100%;
}
.swiper-index .slide-four .case .bo:hover .img {
  transform: scale(1.1);
}
.swiper-index .slide-four .case .bo:hover .text h6 {
  color: #fdb213;
}
.swiper-index .slide-four .case .bo:nth-of-type(1) .IMG,
.swiper-index .slide-four .case .bo:nth-of-type(2) .IMG {
  float: right;
}
.swiper-index .slide-four .case .bo:nth-of-type(1) .text,
.swiper-index .slide-four .case .bo:nth-of-type(2) .text {
  float: left;
}
.swiper-index .slide-four .case .bo:nth-of-type(3) .IMG,
.swiper-index .slide-four .case .bo:nth-of-type(4) .IMG {
  float: left;
}
.swiper-index .slide-four .case .bo:nth-of-type(3) .text,
.swiper-index .slide-four .case .bo:nth-of-type(4) .text {
  float: right;
}
.swiper-index .slide-four .case .list {
  width: 100%;
}
.swiper-index .slide-four .case .IMG {
  width: 50%;
  height: 255px;
  overflow: hidden;
}
.swiper-index .slide-four .case .IMG .img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.swiper-index .slide-four .case .text {
  width: 50%;
  height: 255px;
  padding: 0 30px;
}
.swiper-index .slide-four .case .text .num {
  color: #9d9d9d;
  font-size: 24px;
  padding: 30px 0 28px;
}
.swiper-index .slide-four .case .text h6 {
  color: #545454;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-index .slide-four .case .text p {
  color: #545454;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-index .slide-five {
  background: url(../images/i_bg5.jpg) center / cover no-repeat;
}
.swiper-index .slide-five .title h4,
.swiper-index .slide-five .title h5 {
  color: #fff;
}
.swiper-index .slide-five .video-box {
  width: 854px;
  height: 500px;
  margin: 0 auto;
  background: url(../images/i_bg5v.png) center / cover no-repeat;
  position: relative;
}
.swiper-index .slide-five .video-box .video {
  width: 85%;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-index .slide-five .video-box video {
  display: block;
}
.swiper-index .slide-five .lianxi {
  display: none;
}
.swiper-index .lianxi {
  background: url(../images/i_bg6t.jpg) center / cover no-repeat;
  width: 100%;
  height: 26.5vh;
}
.swiper-index .lianxi h4 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  padding: 5.8vh 0 1vh;
  text-align: center;
}
.swiper-index .lianxi p {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 2.3vh;
  text-align: center;
}
.swiper-index .lianxi .inp {
  text-align: center;
  font-size: 0;
}
.swiper-index .lianxi .inp input[type=text] {
  display: inline-block;
  width: 275px;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 10px 0 48px;
  background-color: #96999a;
  border: none;
  margin: 0 4px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: auto;
}
.swiper-index .lianxi .inp input[type=text]::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.swiper-index .lianxi .inp input[type=text]:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.swiper-index .lianxi .inp input[type=text]::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.swiper-index .lianxi .inp input[type=text]:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.swiper-index .lianxi .inp input[type=submit] {
  display: inline-block;
  vertical-align: top;
  width: 146px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  background-color: #fdb213;
  border: none;
  margin: 0 4px;
  transition: all 0.3s ease-out;
}
.swiper-index .lianxi .inp input[type=submit]:hover {
  opacity: .7;
}
.swiper-index .lianxi .inp .name {
  background-image: url(../images/icon/ren.png);
}
.swiper-index .lianxi .inp .phone {
  background-image: url(../images/icon/dianhua.png);
}
.swiper-index .lianxi .inp .address {
  background-image: url(../images/icon/weizhi.png);
}
.swiper-index .slide-six .title h3 {
  padding: 7vh 0 12px;
}
.swiper-index .slide-six .new {
  height: 72.5vh;
  background-color: #f8f8f8;
}
.swiper-index .slide-six .news-tab {
  padding: 16px 0 7vh;
  font-size: 0;
  text-align: center;
}
.swiper-index .slide-six .news-tab .li {
  display: inline-block;
  width: 100px;
  height: 32px;
  border-radius: 16px;
  margin: 0 5px;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.swiper-index .slide-six .news-tab .li.on,
.swiper-index .slide-six .news-tab .li:hover {
  background-color: #fdb213;
  color: #fff;
}
.swiper-index .slide-six .news-box {
  position: relative;
}
.swiper-index .slide-six .news-box .line {
  width: 100%;
  height: 1px;
  background-color: #e6e5e5;
  position: absolute;
  left: 0;
  right: 0;
  top: 4.4vh;
}
.swiper-index .slide-six .news {
  display: none;
  max-width: 1460px;
  margin: 0 auto;
}
.swiper-index .slide-six .news .list {
  float: left;
  width: 20.8%;
  margin-right: 5.6%;
}
.swiper-index .slide-six .news .list:last-of-type {
  margin-right: 0;
}
.swiper-index .slide-six .news .list:hover h6 {
  color: #fdb213;
}
.swiper-index .slide-six .news .list:hover .img {
  transform: scale(1.1);
}
.swiper-index .slide-six .news .list .time {
  color: #c4c4c4;
  font-size: 15px;
  line-height: 1;
  font-weight: lighter;
  padding-bottom: 5vh;
}
.swiper-index .slide-six .news .list h6 {
  color: #666;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2.4vh;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
.swiper-index .slide-six .news .list p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-index .slide-six .news .list .con {
  padding-bottom: 2.6vh;
}
.swiper-index .slide-six .news .list .IMG {
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.swiper-index .slide-six .news .list .img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.footer {
  background: url(../images/i_bg7.jpg) center / cover no-repeat;
}
.footer .img {
  padding: 14.8vh 0 8.8vh;
  width: 255px;
  margin: 0 auto;
}
.footer .img img {
  width: 100%;
}
.footer h5 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2.2vh;
  text-align: center;
}
.footer h6 {
  color: #dadada;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3.8vh;
  text-align: center;
}
.footer .h6 {
  width: 392px;
  margin: 0 auto 5.6vh;
}
.footer .h6 .ph {
  float: left;
  line-height: 46px;
  font-size: 0;
}
.footer .h6 .ph img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.footer .h6 .ph span {
  color: #fdb213;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.footer .h6 .zixun {
  float: right;
  width: 116px;
  height: 42px;
  border-radius: 3px;
  background-color: #fdb213;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
.footer .h6 .zixun img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.footer .h6 .zixun span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.footer ul {
  text-align: center;
  font-size: 0;
  padding-bottom: 5vh;
  border-bottom: 1px solid #406e8f;
}
.footer ul li {
  display: inline-block;
  width: 150px;
  margin: 0 22px;
}
.footer ul li span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.footer ul .img {
  width: 130px;
  height: 130px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  margin-bottom: 12px;
}
.footer ul .img img {
  width: 100%;
  height: 100%;
}
.footer p {
  color: #d0d0d0;
  font-size: 12px;
  padding: 3.7vh 0 8.6vh;
  text-align: center;
}
.footer p a {
  color: #d0d0d0;
}
.footer p span {
  margin: 0 4px;
}
@media screen and (max-width: 1440px) {
  .swiper-index .slide-four .case .IMG,
  .swiper-index .slide-four .case .text {
    height: 220px;
  }
  .swiper-index .slide-five .video-box {
    width: 730px;
    height: 430px;
  }
}
.swiper-one {
  width: 100%;
  height: 100%;
}
.swiper-one .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-one .swiper-button-next,
.swiper-one .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
  outline: none;
}
.swiper-one .swiper-button-next:hover,
.swiper-one .swiper-button-prev:hover {
  background-color: #fdb213;
}
.swiper-one .swiper-button-next {
  background-image: url(../images/icon/icon_right.png);
  right: 80px;
}
.swiper-one .swiper-button-prev {
  background-image: url(../images/icon/icon_left.png);
  left: 80px;
}
/*加入衡信*/
.oreder-banner {
  width: 100%;
  position: relative;
}
.oreder-banner .img {
  width: 100%;
  font-size: 0;
}
.oreder-banner .img img {
  width: 100%;
}
.oreder-banner .wap-img {
  display: none;
}
.oreder-banner .text {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oreder-banner .text h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 14px;
}
.oreder-banner .text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.crumbs {
  width: 100%;
  background-color: #f6f6f6;
}
.crumbs-box {
  max-width: 1200px;
  margin: 0 auto;
}
.crumbs-box ul {
  line-height: 81px;
  font-size: 0;
}
.crumbs-box ul li {
  display: inline-block;
  vertical-align: middle;
}
.crumbs-box ul li a {
  display: block;
  width: 150px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  color: #282828;
  font-size: 16px;
  line-height: 48px;
  transition: all 0.3s ease-out;
}
.crumbs-box ul li.on a,
.crumbs-box ul li:hover a {
  background-color: #fdb213;
  color: #fff;
}
.crumbs-box .loca {
  height: 36px;
  line-height: 36px;
  color: #979797;
  font-size: 13px;
}
.crumbs-box .loca img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.crumbs-box .loca a {
  color: #979797;
  font-size: 13px;
}
.crumbs-box .loca span {
  color: #484848;
}
.order-title {
  text-align: center;
}
.order-title h3 {
  color: #5f5d5d;
  font-size: 24px;
  line-height: 1;
  font-weight: lighter;
  padding: 63px 0 4px;
}
.order-title h4 {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  padding: 0 0 32px;
  text-transform: uppercase;
}
.join .li {
  border-bottom: 1px solid #f5eae7;
  padding: 72px 0;
  transition: all 0.3s ease-out;
}
.join .li:hover {
  background-color: #f3f2f0;
}
.join .active {
  background-color: #f3f2f0;
}
.join .active .bo {
  height: auto;
}
.join .active .bo .time p {
  color: #fdb213;
}
.join .active .bo .bar-box .bar1 {
  background-color: #fdb213;
}
.join .active .bo .bar-box .bar2 {
  opacity: 0;
}
.join .bo {
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.join .bo .time {
  float: left;
  padding-right: 49px;
  margin-right: 49px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.join .bo .time p {
  color: #eddcc5;
  font-size: 60px;
  line-height: 1;
  font-family: 'FangSong';
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.join .bo .time span {
  color: #909090;
  font-size: 14px;
  line-height: 1;
}
.join .bo .text {
  float: left;
  width: 75%;
}
.join .bo .text h6 {
  color: #404040;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 13px;
}
.join .bo .text p {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 1.8;
}
.join .bo .bar-box {
  float: right;
  line-height: 82px;
}
.join .bo .bar-box .bar-b {
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.join .bo .bar-box .bar {
  position: absolute;
  background-color: #b7b7b7;
  transition: all 0.3s ease-out;
}
.join .bo .bar-box .bar1 {
  width: 100%;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.join .bo .bar-box .bar2 {
  width: 5px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*资质荣誉*/
.honor {
  max-width: 1200px;
  margin: 0 auto;
}
.honor .li {
  padding: 40px 0;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.honor .li .img {
  float: left;
  width: 200px;
  height: 294px;
}
.honor .li .img img {
  width: 100%;
  height: 100%;
}
.honor .li .text {
  float: right;
  width: 79%;
}
.honor .li .text h6 {
  color: #282828;
  font-size: 20px;
  line-height: 1;
  padding: 65px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .li .text p {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.honor .li .show {
  display: none;
}
.honor .li .show img {
  width: 100%;
}
/*工程业绩*/
.project-tab {
  max-width: 1200px;
  margin: 0 auto 44px;
  border: 1px solid #eee;
}
.project-tab a {
  float: left;
  display: block;
  width: 144px;
  height: 56px;
  text-align: center;
  color: #282828;
  font-size: 16px;
  line-height: 56px;
  background-color: #fff;
  border-right: 1px solid #eee;
  transition: all 0.3s ease-out;
}
.project-tab a:hover {
  background-color: #fdb213;
  border-color: #fdb213;
  color: #fff;
}
.project {
  max-width: 1200px;
  margin: 0 auto;
}
.project .li {
  padding: 15px 0;
  border-bottom: 1px dotted #e3e3e3;
}
.project .li:hover .img {
  transform: -webkit-scale(1.1);
  transform: scale(1.1);
}
.project .li:hover h6 {
  color: #fdb213;
}
.project .li h6 {
  color: #545454;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipss;
  white-space: nowrap;
}
.page {
  text-align: center;
  font-size: 0;
  padding: 25px 0 70px;
}
.page a,
.page strong,
.page span {
  display: inline-block;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 5px;
}
.page a {
  color: #333;
  transition: all 0.3s ease-out;
}
.page a:hover {
  background-color: #fdb213;
  color: #fff;
  border-color: #fdb213;
}
.page strong {
  color: #fff;
  background-color: #fdb213;
  border-color: #fdb213;
}
.page span {
  border: none;
}
.project-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.project-content h6 {
  color: #313131;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 60px 0 15px;
}
.project-content .base {
  padding-bottom: 49px;
  border-bottom: 2px dashed #e5e5e5;
  text-align: center;
}
.project-content .base span {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.project-content .con p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
}
.project-swiper {
  width: 100%;
  margin: 15px 0 !important;
}
.project-swiper .swiper-slide img {
  width: 100%;
}
.project-swiper .swiper-button-next,
.project-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin: 0;
  background-size: 48px 48px;
}
.project-swiper .swiper-button-next {
  background-image: url(../images/icon/icon_pr.png);
}
.project-swiper .swiper-button-prev {
  background-image: url(../images/icon/icon_pl.png);
}
.project-swiper .swiper-pagination {
  width: 128px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  bottom: 17px;
  right: 22px;
  left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
}
.project-swiper .swiper-pagination .swiper-pagination-current {
  color: #fdb213;
}
.project-page {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 50px 25px;
  background-color: #f5f5f5;
}
.project-page li {
  width: 30%;
  height: 22px;
  overflow: hidden;
  position: relative;
}
.project-page li img {
  position: absolute;
}
.project-page a {
  width: 80%;
  color: #282828;
  font-size: 14px;
  line-height: 1;
  outline: none;
}
.project-page .prev {
  float: left;
  padding-left: 45px;
}
.project-page .prev .pl {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-page .prev .line {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.project-page .next {
  float: right;
  padding-right: 45px;
}
.project-page .next .pr {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.project-page .next .line {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
/*新闻中心*/
.news {
  max-width: 1200px;
  margin: 0 auto;
}
.news .li {
  padding: 30px 0;
}
.news .li:hover .img {
  transform: -webkit-scale(1.1);
  transform: scale(1.1);
}
.news .li:hover .text h6 {
  color: #fdb213;
}
.news .li .IMG {
  float: left;
  width: 265px;
  height: 150px;
  overflow: hidden;
}
.news .li .IMG .img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.news .li .text {
  float: right;
  width: 75%;
}
.news .li .text h6 {
  color: #404040;
  font-size: 18px;
  line-height: 1;
  margin: 8px 0 17px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  text-overflow: ellipss;
  white-space: nowrap;
}
.news .li .text .time {
  color: #747474;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 15px;
}
.news .li .text p {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-content {
  max-width: 1200px;
  margin: 0 auto;
}
.new-content h6 {
  color: #313131;
  font-size: 24px;
  line-height: 1.2;
  padding: 75px 0 12px;
}
.new-content .bo {
  padding-bottom: 30px;
  border-bottom: 2px dotted #e5e5e5;
}
.new-content .bo .base {
  float: left;
}
.new-content .bo .base span {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.new-content .bo .share {
  float: right;
}
.new-content .bo .share span {
  color: #999;
  font-size: 14px;
  line-height: 1;
  margin-right: 20px;
}
.new-content .bo .share .bdsharebuttonbox {
  float: right;
}
.new-content .con p {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
}
.new-content .con p img {
  max-width: 100%;
}
/*关于我们*/
.oration {
  max-width: 1200px;
  margin: 0 auto;
}
.oration .top {
  padding: 30px 0 50px;
  border-bottom: 1px solid #e2e2e2;
}
.oration .top .img {
  float: left;
  width: 44%;
  height: 328px;
}
.oration .top .text {
  float: right;
  width: 52%;
}
.oration .top .text h6 {
  color: #282828;
  font-size: 20px;
  line-height: 1;
  padding: 25px 0 15px;
}
.oration .top .text p {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 30px;
}
.oration .top .text .con:nth-of-type(1) {
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.oration .bottom {
  padding: 25px 0 60px;
}
.oration .bottom p {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 30px;
}
.hengfu {
  width: 100%;
  height: 136px;
  background-color: #f6ad12;
}
.hengfu p {
  color: #000;
  font-size: 30px;
  line-height: 136px;
  text-align: center;
}
/*在线留言*/
.contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.contact .dianhua {
  float: left;
}
.contact .dianhua li {
  padding-bottom: 60px;
}
.contact .dianhua h6 {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
}
.contact .dianhua p {
  color: #6a6a6a;
  font-size: 18px;
  line-height: 30px;
}
.contact .lianxi {
  float: left;
  margin-left: 8%;
}
.contact .lianxi li {
  padding-bottom: 60px;
}
.contact .lianxi h6 {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
}
.contact .lianxi p {
  color: #6a6a6a;
  font-size: 18px;
  line-height: 30px;
}
.contact .lianxi p img {
  margin-right: 5px;
}
.contact .lianxi p span {
  margin-right: 40px;
  text-decoration: underline;
}
.contact .lianxi p span:last-of-type {
  margin-right: 0;
}
.contact .lianxi dl dd {
  float: left;
  width: 88px;
  height: 88px;
  margin-right: 45px;
}
.contact .lianxi dl dd img {
  width: 100%;
  height: 100%;
}
.contact .lianxi dl dd:last-of-type {
  margin-right: 0;
}
.contact .dizhi {
  float: right;
}
.contact .dizhi h6 {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 12px;
}
.contact .dizhi p {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
}
.my-map {
  width: 1200px;
  margin: 0 auto;
  height: 380px;
}
.my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.liuyan {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.liuyan h6 {
  color: #282828;
  font-size: 24px;
  line-height: 1;
  padding: 118px 0 17px;
  text-align: center;
}
.liuyan .er {
  color: #333;
  font-size: 14px;
  text-align: center;
  padding-bottom: 60px;
}
.liuyan .txt {
  padding-bottom: 17px;
}
.liuyan input[type=text] {
  float: left;
  display: inline-block;
  width: 32.5%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #b3b3b3;
  transition: all 0.2s ease-out;
  margin-right: 1.25%;
}
.liuyan input[type=text]:hover,
.liuyan input[type=text]:focus {
  border-color: #fdb213;
}
.liuyan input[type=text]:last-of-type {
  margin-right: 0;
}
.liuyan textarea {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 40px;
  padding: 20px 15px;
}
.liuyan textarea:hover,
.liuyan textarea:focus {
  border-color: #fdb213;
}
.liuyan .submit {
  display: block;
  margin: 0 auto 30px;
  width: 390px;
  height: 50px;
  border-radius: 2px;
  border: none;
  background-color: #999;
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease-out;
}
.liuyan .submit:hover {
  background-color: #fdb213;
}
.liuyan p {
  color: #8b8b8d;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
/*公司概况*/
.profile {
  max-width: 1200px;
  margin: 0 auto;
}
.profile .top {
  padding: 25px 0 30px;
  border-bottom: 1px solid #e2e2e2;
}
.profile .top .IMG {
  float: left;
  width: 44%;
  text-align: center;
}
.profile .top .IMG .img {
  width: 100%;
  height: 350px;
}
.profile .top .IMG h6 {
  color: #5e5c5d;
  font-size: 24px;
  line-height: 1;
  padding: 20px 0 13px;
}
.profile .top .IMG p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1;
}
.profile .top .text {
  float: right;
  width: 52%;
}
.profile .top .text p {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 30px;
}
.profile .bottom {
  padding: 0 0 100px;
}
.profile .bottom h6 {
  color: #616161;
  font-size: 20px;
  line-height: 1;
  padding: 40px 0 25px;
}
.profile .bottom p {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 30px;
}
.profile .bottom ul {
  padding: 40px 0 0;
}
.profile .bottom li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 20px;
}
.profile .bottom li:nth-of-type(3) {
  margin-right: 0;
}
.profile .bottom li .img {
  width: 100%;
  height: 234px;
  margin-bottom: 12px;
}
.profile .bottom li span {
  color: #5f5d5d;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*领导致辞*/
.lead {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 170px;
}
.lead .img {
  float: left;
  width: 31%;
}
.lead .img img {
  width: 100%;
}
.lead .text {
  float: right;
  width: 66%;
}
.lead .text h6 {
  color: #333;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
}
.lead .text p {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 2;
  padding: 5px 0;
}
.structure .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 70px;
}
.structure .content p img {
  text-align: center;
}
.structure-search {
  background-color: #f1f1f1;
  padding: 120px 0;
}
.structure-search .map-search {
  max-width: 1200px;
  margin: 0 auto;
}
.structure-search .map-search .map {
  float: left;
  width: 60%;
  height: 540px;
  position: relative;
}
.structure-search .map-search .map h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.structure-search .map-search .top {
  margin-bottom: 12px;
}
.structure-search .map-search .top .txt {
  float: left;
}
.structure-search .map-search .top .txt p {
  color: #6c6c6c;
  font-size: 18px;
  line-height: 22px;
}
.structure-search .map-search .top .txt span {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 1;
}
.structure-search .map-search .top .layui-form-select dl .layui-this {
  background-color: #fdb213 !important;
}
.structure-search .map-search .top .layui-input {
  border: none;
  border-radius: 0;
}
.structure-search .map-search .input-search {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.structure-search .map-search .input-search input[type=text] {
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: none;
  padding: 0 42px 0 12px;
}
.structure-search .map-search .input-search input[type=submit] {
  display: block;
  width: 42px;
  height: 44px;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon/icon_isea2.png) center / auto no-repeat;
}
.structure-search .map-search .input-search input[type=submit]:hover {
  opacity: .7;
}
.structure-search .map-search .input-search input::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
}
.structure-search .map-search .input-search input:-moz-placeholder {
  color: #858585;
  font-size: 14px;
}
.structure-search .map-search .input-search input::-moz-placeholder {
  color: #858585;
  font-size: 14px;
}
.structure-search .map-search .input-search input:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
}
.structure-search .map-search .input-search .img-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
  cursor: pointer;
  font-size: 0;
  line-height: 44px;
  text-align: center;
}
.structure-search .map-search .input-search .img-btn img {
  display: inline-block;
  vertical-align: middle;
}
.structure-search .map-search .search {
  float: right;
  width: 400px;
}
.structure-search .map-search .search .layui-form {
  float: right;
  width: 50%;
}
.structure-search .map-search .search-list-box {
  width: 100%;
  height: 438px;
  background-color: #ffffff;
  padding: 44px 20px 25px;
  position: relative;
  overflow: hidden;
}
.structure-search .map-search .search-list-box ::-webkit-scrollbar {
  width: 4px;
}
.structure-search .map-search .search-list-box ::-webkit-scrollbar-thumb {
  background-color: #f6ad12;
}
.structure-search .map-search .search-list-box ::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}
.structure-search .map-search .search-list-box ::-webkit-scrollbar-button {
  display: none;
}
.structure-search .map-search .search-list-box h6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  line-height: 44px;
  color: #8f8f8f;
  font-size: 12px;
  text-align: right;
}
.structure-search .map-search .search-list-box .list {
  height: 100%;
  overflow: auto;
  padding-right: 30px;
}
.structure-search .map-search .search-list-box .list .li {
  padding: 14px 0;
  border-bottom: 1px dashed #fff;
}
.structure-search .map-search .search-list-box .list p {
  color: #717171;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.structure-search .map-search .search-list-box .list span {
  width: 55%;
  color: #afafaf;
  font-size: 14px;
  line-height: 1;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.structure-search .map-search .search-list-box .list i {
  color: #afafaf;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  float: right;
}
.chronicle-title {
  border-bottom: 1px solid #dadada;
  position: relative;
}
.chronicle-title .line {
  width: 34px;
  height: 2px;
  background-color: #f6ad12;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.chronicle {
  width: 100%;
  padding: 100px 0 60px;
  position: relative;
}
.chronicle .yuan {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffdb8e;
}
.chronicle .yuan:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #f6ad12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chronicle .hd {
  width: 1px;
  background-color: #dadada;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.chronicle .h-line {
  top: 60px;
  height: 40px;
}
.chronicle .d-line {
  bottom: 0;
  height: 60px;
}
.chronicle .li {
  padding: 16px 0;
  position: relative;
}
.chronicle .li .line {
  width: 1px;
  height: 100%;
  background-color: #dadada;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.2s ease-out;
}
.chronicle .li .dian {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f6ad12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.2s ease-out;
}
.chronicle .li:hover .bo {
  background-color: #f6ad12;
}
.chronicle .li:hover .line {
  z-index: -1;
}
.chronicle .li:hover .dian {
  background-color: #fff;
}
.chronicle .li:hover .bx h6 {
  color: #fff;
}
.chronicle .li:hover .con {
  background-color: #f6ad12;
}
.chronicle .li:hover .con p {
  color: #fff;
}
.chronicle .li .bx {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 66px;
}
.chronicle .li .bx h6 {
  color: #282828;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.chronicle .li .con {
  width: 500px;
  background-color: #f3f5f8;
  padding: 20px 25px;
  transition: all 0.2s ease-out;
}
.chronicle .li .con p {
  color: #5a5959;
  font-size: 13px;
  line-height: 24px;
  transition: all 0.2s ease-out;
}
.chronicle .bo {
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.wap-header,
.menu-box {
  display: none;
}
/*手机响应*/
@media screen and (max-width: 750px) {
  .header {
    display: none;
  }
  .wap-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .wap-header .logo {
    float: left;
    height: .84rem;
    line-height: .84rem;
    font-size: 0;
    padding: 0 .2rem;
  }
  .wap-header .logo img {
    display: inline-block;
    vertical-align: middle;
    height: .4rem;
  }
  .wap-header .menu {
    float: right;
    padding: 0 .2rem;
    height: .84rem;
    line-height: .84rem;
    font-size: 0;
  }
  .wap-header .menu .bar-box {
    display: inline-block;
    vertical-align: middle;
  }
  .wap-header .menu .bar {
    width: .34rem;
    height: .04rem;
    background-color: #fff;
    border-radius: .02rem;
    margin: 0 0 .09rem;
    position: relative;
    transition: all 0.2s ease-out;
  }
  .wap-header .menu .bar:after {
    content: "";
    display: block;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -0.1rem;
    opacity: 1;
    transition: all 0.2s ease-out;
  }
  .wap-header .menu .bar:last-of-type {
    margin: 0;
  }
  .wap-header .menu .active .bar:after {
    opacity: 0;
  }
  .wap-header .menu .active .bar:nth-of-type(1) {
    transform: translateY(0.13rem) rotate(45deg);
  }
  .wap-header .menu .active .bar:nth-of-type(2) {
    opacity: 0;
  }
  .wap-header .menu .active .bar:nth-of-type(3) {
    transform: translateY(-0.13rem) rotate(-45deg);
  }
  .menu-box {
    width: 100%;
    background-color: #8fd9ff;
    padding: 0 .2rem;
    position: fixed;
    top: .84rem;
    z-index: 9998;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .menu-box li {
    border-bottom: 1px dashed #999;
  }
  .menu-box li a {
    display: block;
    color: #fff;
    font-size: .32rem;
    line-height: .8rem;
  }
  .menu-box li:last-of-type {
    border-bottom: none;
  }
  /*首页*/
  .swiper-index .swiper-pagination {
    display: none;
  }
  .swiper-one .swiper-button-next,
  .swiper-one .swiper-button-prev {
    display: none;
  }
  .swiper-index .swiper-one-box .text h2 {
    font-size: .6rem;
  }
  .swiper-index .swiper-one-box .text .con {
    width: 5.2rem;
  }
  .swiper-index .swiper-one-box .text p {
    font-size: .3rem;
    line-height: 2;
  }
  .swiper-index .swiper-one-box .text a {
    display: block;
    margin: 0 auto .2rem;
    width: 2.6rem;
    height: .6rem;
    font-size: .3rem;
    line-height: .6rem;
    border-radius: .05rem;
  }
  .swiper-index .swiper-one-box .text a img {
    height: .3rem;
    margin-left: .1rem;
  }
  .swiper-index .slide-on .title h3 {
    font-size: .4rem;
    padding: 12vh 0 .12rem;
  }
  .swiper-index .slide-on .title h4 {
    font-size: .34rem;
    padding: 0 0 .14rem;
  }
  .swiper-index .slide-on .title h4 span:before,
  .swiper-index .slide-on .title h4 span:after {
    width: .6rem;
    height: .12rem;
  }
  .swiper-index .slide-on .title h4 span:before {
    left: -1rem;
  }
  .swiper-index .slide-on .title h4 span:after {
    right: -1rem;
  }
  .swiper-index .slide-on .title h5 {
    font-size: .24rem;
    padding: 0 0 3vh;
  }
  .swiper-index .slide-two .con {
    width: 6.5rem;
    margin: 0px auto 5vh;
  }
  .swiper-index .slide-two .con p {
    font-size: .24rem;
    line-height: 1.8;
  }
  .swiper-index .slide-two ul li {
    margin: 0 .2rem;
  }
  .swiper-index .slide-two ul li:first-of-type {
    margin-left: 0;
  }
  .swiper-index .slide-two ul li:last-of-type {
    margin-right: 0;
  }
  .swiper-index .slide-two ul .img {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto .2rem;
  }
  .swiper-index .slide-two ul p {
    font-size: .24rem;
  }
  .swiper-index .slide-two ul span {
    font-size: .2rem;
  }
  .swiper-index .slide-four .case-tab {
    padding: .2rem 0 5vh;
  }
  .swiper-index .slide-four .case-tab .li {
    width: 1.3rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
    border-radius: .25rem;
    margin: 0 .05rem;
  }
  .swiper-index .slide-four .case-box {
    padding: 0 .2rem;
  }
  .swiper-index .slide-four .case .bo {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .2rem;
  }
  .swiper-index .slide-four .case .bo:nth-of-type(2n) {
    margin-right: 0;
  }
  .swiper-index .slide-four .case .bo .IMG,
  .swiper-index .slide-four .case .bo .text {
    float: none !important;
    width: 100%;
  }
  .swiper-index .slide-four .case .bo .IMG {
    height: 2.2rem;
    margin-bottom: .2rem;
  }
  .swiper-index .slide-four .case .bo .text {
    height: auto;
    padding: 0;
  }
  .swiper-index .slide-four .case .text .num {
    display: none;
  }
  .swiper-index .slide-four .case .text h6 {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .swiper-index .slide-four .case .text p {
    font-size: .24rem;
    line-height: 1.8;
  }
  .swiper-index .slide-five .video-box {
    width: 5.9rem;
    height: 3.5rem;
  }
  .swiper-index .slide-six .lianxi {
    display: none;
  }
  .swiper-index .slide-five .lianxi {
    display: block;
    height: 45vh;
  }
  .swiper-index .slide-five .video-top {
    height: 55vh;
  }
  .swiper-index .lianxi h4 {
    font-size: .4rem;
    padding: 4vh 0 1vh;
  }
  .swiper-index .lianxi p {
    font-size: .24rem;
  }
  .swiper-index .lianxi .inp input[type=text] {
    display: block;
    width: 4.5rem;
    height: .7rem;
    margin: 0 auto .2rem;
    font-size: .24rem;
    line-height: .7rem;
    border-radius: .05rem;
    padding: 0 .1rem 0 .7rem;
    background-position: .15rem center;
    background-size: .3rem;
  }
  .swiper-index .lianxi .inp input[type=submit] {
    display: block;
    width: 4.5rem;
    height: .7rem;
    font-size: .3rem;
    margin: 0 auto;
  }
  .swiper-index .slide-six .news-tab {
    padding: .2rem 0 5vh;
  }
  .swiper-index .slide-six .news-tab .li {
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem;
    border-radius: .25rem;
    margin: 0 .05rem;
  }
  .swiper-index .slide-six .news-box .line {
    display: none;
  }
  .swiper-index .slide-six .news .list {
    width: 48%;
    margin: 0 2% .4rem;
  }
  .swiper-index .slide-six .news .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .swiper-index .slide-six .news .list:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .swiper-index .slide-six .news .list .time {
    font-size: .34rem;
    padding-bottom: .27rem;
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: .15rem;
  }
  .swiper-index .slide-six .news .list h6 {
    font-size: .3rem;
    line-height: 1;
    margin-bottom: .2rem;
  }
  .swiper-index .slide-six .news .list p {
    font-size: .24rem;
  }
  .swiper-index .slide-six .news .list .IMG {
    height: 1.6rem;
  }
  .oreder-banner .wap-img {
    display: block;
    font-size: 0;
  }
  .oreder-banner .wap-img img {
    width: 100%;
    height: 6rem;
  }
  .oreder-banner .img {
    display: none;
  }
  .oreder-banner .text {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .oreder-banner .text h2 {
    font-size: .48rem;
    padding: 0 0 .15rem;
    text-align: center;
  }
  .oreder-banner .text h3 {
    font-size: .36rem;
    text-align: center;
  }
  .crumbs {
    padding: 0 .2rem;
  }
  .crumbs-box ul {
    float: none;
    line-height: .8rem;
  }
  .crumbs-box ul li a {
    width: 1.4rem;
    height: .6rem;
    border-radius: .05rem;
    font-size: .3rem;
    line-height: .6rem;
  }
  .crumbs-box .loca {
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
  }
  .crumbs-box .loca img {
    margin-right: .05rem;
    height: .22rem;
  }
  .crumbs-box .loca a {
    font-size: .2rem;
  }
  .order-title h3 {
    font-size: .4rem;
    padding: .5rem 0 .05rem;
  }
  .order-title h4 {
    font-size: .3rem;
    padding: 0 0 .3rem;
  }
  .oration {
    padding: 0 .2rem;
  }
  .oration .top {
    padding: .3rem 0;
  }
  .oration .top .img {
    float: none;
    width: 100%;
    height: 4.2rem;
  }
  .oration .top .text {
    float: none;
    width: 100%;
  }
  .oration .top .text h6 {
    font-size: .3rem;
    padding: .25rem 0 .15rem;
  }
  .oration .top .text .con:nth-of-type(1) {
    padding-bottom: .2rem;
  }
  .oration .top .text p {
    font-size: .24rem;
    line-height: 2;
  }
  .oration .bottom {
    padding: .2rem 0 .4rem;
  }
  .hengfu {
    padding: .3rem .2rem;
    height: auto;
  }
  .hengfu p {
    font-size: .3rem;
    line-height: 2;
  }
  .footer .img {
    padding: 2.6rem 0 .8rem;
    width: 2.5rem;
  }
  .footer h5 {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .footer h6 {
    font-size: .2rem;
    margin-bottom: .4rem;
  }
  .footer .h6 {
    width: 3.9rem;
    margin-bottom: .5rem;
  }
  .footer .h6 .ph {
    line-height: .4rem;
  }
  .footer .h6 .ph img {
    margin-right: .05rem;
    height: .45rem;
  }
  .footer .h6 .ph span {
    font-size: .3rem;
    font-weight: bold;
    color: #fff;
  }
  .footer .h6 .zixun {
    width: 1.2rem;
    height: .4rem;
    border-radius: .05rem;
    line-height: .4rem;
  }
  .footer .h6 .zixun img {
    height: .2rem;
    margin-right: .05rem;
  }
  .footer .h6 .zixun span {
    font-size: .2rem;
  }
  .footer ul {
    padding-bottom: .6rem;
    border: none;
  }
  .footer ul li {
    width: 1.5rem;
    margin: 0 .22rem;
    text-align: center;
  }
  .footer ul .img {
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: .12rem;
    border-width: .1rem;
  }
  .footer ul li span {
    font-size: .2rem;
  }
  .footer p {
    font-size: .2rem;
    padding: 0 0 2.56rem;
  }
  .footer p span {
    display: block;
    line-height: 2.2;
  }
  .profile {
    padding: 0 .2rem;
  }
  .profile .top {
    padding: .25rem 0;
  }
  .profile .top .IMG {
    float: none;
    width: 100%;
  }
  .profile .top .IMG .img {
    height: 4.5rem;
  }
  .profile .top .IMG h6 {
    font-size: .36rem;
    padding: .2rem 0 .13rem;
  }
  .profile .top .IMG p {
    font-size: .26rem;
    line-height: 1.5;
  }
  .profile .top .text {
    float: none;
    width: 100%;
    padding: .3rem 0 0;
  }
  .profile .top .text p {
    font-size: .24rem;
    line-height: 2;
  }
  .profile .bottom {
    padding: 0 0 .7rem;
  }
  .profile .bottom h6 {
    font-size: .3rem;
    padding: .4rem 0 .2rem;
  }
  .profile .bottom ul {
    padding: .4rem 0 0;
  }
  .profile .bottom li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: .2rem;
  }
  .profile .bottom li .img {
    height: 4rem;
    margin-bottom: .12rem;
  }
  .profile .bottom li span {
    font-size: .24rem;
    line-height: 2;
  }
  .news {
    padding: 0 .2rem;
  }
  .news .li {
    padding: .2rem 0;
  }
  .news .li .IMG {
    float: none;
    width: 100%;
    height: 4rem;
  }
  .news .li .text {
    float: none;
    width: 100%;
  }
  .news .li .text h6 {
    font-size: .3rem;
    margin: .1rem 0 .17rem;
  }
  .news .li .text .time {
    font-size: .2rem;
    padding-bottom: .15rem;
  }
  .news .li .text p {
    font-size: .24rem;
    line-height: 2;
  }
  .page {
    padding: .4rem 0 .7rem;
  }
  .page a,
  .page strong,
  .page span {
    padding: 0 .15rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .05rem;
    font-size: .24rem;
    margin: 0 .05rem;
  }
  .new-content {
    padding: 0 .2rem .3rem;
  }
  .new-content h6 {
    font-size: .3rem;
    line-height: 1.5;
    padding: .5rem 0 .15rem;
  }
  .new-content .bo {
    padding-bottom: .3rem;
  }
  .new-content .bo .base {
    float: none;
    text-align: center;
  }
  .new-content .bo .base span {
    font-size: .2rem;
    margin: 0 .1rem;
  }
  .new-content .bo .share span {
    font-size: .3rem;
  }
  .new-content .con p {
    font-size: .24rem;
    line-height: 2;
    padding: .15rem 0;
  }
  .join {
    padding: 0 .2rem;
  }
  .join .li {
    padding: .4rem 0;
  }
  .join .bo {
    height: 1rem;
  }
  .join .bo .time {
    margin-right: .1rem;
    padding-right: .2rem;
  }
  .join .bo .time p {
    font-size: .6rem;
  }
  .join .bo .time span {
    font-size: .24rem;
  }
  .join .bo .text h6 {
    font-size: .3rem;
    padding-bottom: .13rem;
  }
  .join .bo .text p {
    font-size: .24rem;
    line-height: 2;
  }
  .join .bo .bar-box {
    line-height: 1rem;
  }
  .join .bo .bar-box .bar-b {
    width: .3rem;
    height: .3rem;
  }
  .join .bo .bar-box .bar1 {
    height: .08rem;
  }
  .join .bo .bar-box .bar2 {
    width: .08rem;
  }
  .contact {
    padding: .3rem .2rem;
  }
  .contact .dianhua {
    float: none;
  }
  .contact .dianhua li {
    float: left;
    width: 50%;
    padding-bottom: .3rem;
  }
  .contact .dianhua h6 {
    font-size: .3rem;
    padding-bottom: .12rem;
  }
  .contact .dianhua p {
    font-size: .24rem;
    line-height: 2;
  }
  .contact .lianxi {
    float: none;
    margin-left: 0;
  }
  .contact .lianxi li {
    padding-bottom: .3rem;
  }
  .contact .lianxi h6 {
    font-size: .3rem;
    padding-bottom: .12rem;
  }
  .contact .lianxi p {
    font-size: .24rem;
    line-height: 2;
  }
  .contact .lianxi p span {
    margin-right: .4rem;
  }
  .contact .lianxi p img {
    height: .3rem;
  }
  .contact .lianxi dl {
    text-align: center;
  }
  .contact .lianxi dl dd {
    float: none;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 .4rem;
  }
  .contact .dizhi {
    float: none;
  }
  .contact .dizhi h6 {
    font-size: .3rem;
    padding-bottom: .12rem;
  }
  .contact .dizhi p {
    font-size: .24rem;
    line-height: 2;
  }
  .my-map {
    height: 6rem;
    padding: 0 .2rem;
  }
  .liuyan {
    padding: 0 .2rem .5rem;
  }
  .liuyan h6 {
    font-size: .36rem;
    padding: .9rem 0 .3rem;
  }
  .liuyan .txt {
    padding-bottom: .17rem;
  }
  .liuyan input[type=text] {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: .2rem;
    padding: 0 .15rem;
  }
  .liuyan textarea {
    height: 3rem;
    margin-bottom: .4rem;
    padding: .15rem;
  }
  .liuyan .submit {
    margin: 0 auto .2rem;
    width: 100%;
    height: .7rem;
    border-radius: .05rem;
    font-size: .3rem;
  }
  .liuyan p {
    font-size: .24rem;
  }
}
/*大事记*/
@media screen and (max-width: 750px) {
  .chronicle {
    padding: 1.4rem .2rem .6rem;
  }
  .chronicle .li {
    padding: .15rem 0;
  }
  .chronicle .li .bx {
    padding: 0 .1rem;
  }
  .chronicle .li .bx h6 {
    font-size: .4rem;
  }
  .chronicle .li .con {
    width: 3.2rem;
    padding: .1rem;
  }
  .chronicle .li .con p {
    font-size: .24rem;
    line-height: 2;
  }
}
/*工程业绩*/
@media screen and (max-width: 750px) {
  .project-tab {
    margin: 0 auto .5rem;
    border: none;
    text-align: center;
    font-size: 0;
  }
  .project-tab a {
    display: inline-block;
    float: none;
    width: 19%;
    border: 1px solid #eee;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
  }
  .project {
    padding: 0 .2rem;
  }
  .project .li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: .2rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .project .li .IMG {
    height: 4.3rem;
    margin-bottom: .15rem;
  }
  .project .li h6 {
    font-size: .3rem;
    margin-bottom: .2rem;
  }
  .project .li p {
    font-size: .24rem;
    line-height: 2;
  }
  .project-content {
    padding: 0 .2rem .4rem;
  }
  .project-content h6 {
    font-size: .3rem;
    padding: .4rem 0 .15rem;
    line-height: 1.5;
  }
  .project-content .base {
    padding-bottom: .3rem;
  }
  .project-content .base span {
    font-size: .22rem;
    margin: 0 .1rem;
  }
  .project-content .con p {
    font-size: .24rem;
    line-height: 2;
    padding: .1rem 0;
  }
  .project-swiper {
    margin: .2rem 0 !important;
  }
  .project-swiper .swiper-button-next,
  .project-swiper .swiper-button-prev {
    display: none;
  }
  .project-swiper .swiper-pagination {
    width: 1.2rem;
    height: .5rem;
    bottom: .17rem;
    right: .2rem;
    font-size: .3rem;
    line-height: .5rem;
    border-radius: .05rem;
  }
  .project-page {
    margin-bottom: .5rem;
    padding: .3rem .2rem;
  }
  .project-page li {
    width: 80%;
    float: none !important;
    margin: .15rem 0;
    height: .5rem;
  }
  .project-page .prev {
    padding-left: .7rem;
  }
  .project-page a {
    font-size: .3rem;
  }
  .project-page .next {
    padding-right: .7rem;
  }
}
/*组织架构*/
@media screen and (max-width: 750px) {
  .structure {
    padding: 0 .2rem;
  }
  .structure .content {
    padding: .4rem 0 .7rem;
  }
  .structure .content p img {
    width: 100%;
  }
}
/*资质荣誉*/
@media screen and (max-width: 750px) {
  .honor {
    padding: 0 .2rem;
  }
  .honor .li {
    padding: .2rem 0;
  }
  .honor .li .img {
    float: none;
    width: 100%;
    height: 3rem;
  }
  .honor .li .text {
    float: none;
    width: 100%;
  }
  .honor .li .text h6 {
    font-size: .3rem;
    padding: .2rem 0 .15rem;
  }
  .honor .li .text p {
    font-size: .24rem;
    line-height: 2;
    display: block;
  }
  .honor .bo {
    width: 100%;
  }
}
/*领导致辞*/
@media screen and (max-width: 750px) {
  .lead {
    padding: 0 .2rem 1.3rem;
  }
  .lead .img {
    float: none;
    width: 100%;
    margin-bottom: .3rem;
  }
  .lead .text {
    float: none;
    width: 100%;
  }
  .lead .text h6 {
    font-size: .3rem;
    padding-bottom: .15rem;
  }
  .lead .text p {
    font-size: .24rem;
  }
}
/*首页地图*/
@media screen and (max-width: 750px) {
  .swiper-index .slide-three .map {
    float: none;
    width: 100%;
    height: 7rem;
    padding: 3rem 0 0;
  }
  .swiper-index .slide-three .search {
    float: none;
    width: 80%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .swiper-index .slide-three .top {
    margin-bottom: .12rem;
  }
  .swiper-index .slide-three .top .txt p {
    font-size: .3rem;
    line-height: 1.2;
  }
  .swiper-index .slide-three .top .txt span {
    font-size: .24rem;
  }
  .layui-form-select .layui-input {
    height: .68rem;
    padding: 0 .5rem 0 .1rem;
  }
  .swiper-index .slide-three .input-search {
    margin-bottom: .1rem;
  }
  .swiper-index .slide-three .input-search input[type=text] {
    height: .7rem;
    padding: 0 .8rem 0 .15rem;
  }
  .swiper-index .slide-three .input-search input[type=submit] {
    width: .7rem;
    height: .7rem;
  }
  .swiper-index .slide-three .search-list-box {
    height: 7rem;
    padding: 0.7rem .2rem .25rem;
  }
  .swiper-index .slide-three .search-list-box h6 {
    right: .2rem;
    line-height: .7rem;
    font-size: .26rem;
  }
  .swiper-index .slide-three .search-list-box .list {
    padding-right: .4rem;
  }
  .swiper-index .slide-three .search-list-box .list .li {
    padding: .15rem 0;
  }
  .swiper-index .slide-three .search-list-box .list p {
    font-size: .3rem;
    padding-bottom: .12rem;
    color: #fdb213;
  }
  .swiper-index .slide-three .search-list-box .list span {
    font-size: .24rem;
    color: #333;
  }
  .swiper-index .slide-three .search-list-box .list a {
    font-size: .24rem;
  }
}
/*组织架构地图*/
@media screen and (max-width: 750px) {
  .structure-search {
    padding: .5rem 0;
  }
  .structure-search .map-search .map {
    float: none;
    width: 100%;
    height: 7rem;
  }
  .structure-search .map-search .search {
    float: none;
    width: 94.7%;
    margin: 0 auto;
  }
  .structure-search .map-search .top {
    margin-bottom: .12rem;
  }
  .structure-search .map-search .top .txt p {
    font-size: .3rem;
    line-height: 1.2;
  }
  .structure-search .map-search .top .txt span {
    font-size: .24rem;
  }
  .structure-search .map-search .input-search {
    margin-bottom: .1rem;
  }
  .structure-search .map-search .input-search input[type=text] {
    height: .7rem;
    padding: 0 .8rem 0 .1rem;
  }
  .structure-search .map-search .input-search input[type=submit] {
    width: .7rem;
    height: .7rem;
  }
  .structure-search .map-search .search-list-box {
    height: 8rem;
    padding: .6rem .2rem .25rem;
  }
  .structure-search .map-search .search-list-box h6 {
    right: .2rem;
    line-height: .6rem;
    font-size: .26rem;
  }
  .structure-search .map-search .search-list-box .list {
    padding-right: .4rem;
  }
  .structure-search .map-search .search-list-box .list .li {
    padding: .15rem 0;
  }
  .structure-search .map-search .search-list-box .list p {
    font-size: .3rem;
    padding-bottom: .12rem;
  }
  .structure-search .map-search .search-list-box .list span {
    font-size: .24rem;
  }
  .structure-search .map-search .search-list-box .list i {
    font-size: .24rem;
  }
}
